SipClientSendMessage Method (String, String, String) |
Sends instant message. The content type of the message is "text/plain".
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic RequestResponse SendMessage(
string from,
string to,
string message
)
Public Function SendMessage (
from As String,
to As String,
message As String
) As RequestResponse
Parameters
- from
- Type: SystemString
A string contains address of the sender of the message. - to
- Type: SystemString
A string contains address of the recipient. - message
- Type: SystemString
A string contains message to send.
Return Value
Type:
RequestResponseA
RequestResponse containing sent
Request and received appropriate
Response.
See Also